home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / DiskDefrag.exe / 0 / RCDATA / TMEDETAILSFORM / TMEDETAILSFORM.txt
Text File  |  2008-10-30  |  721b  |  36 lines

  1. object DetailsForm: TMEDetailsForm
  2.   Message = 'Error Details'
  3.   MinWidth = 0
  4.   OnAction = ''
  5.   Timer = 0
  6.   object ContinueBtn: INVButton
  7.     Caption = 'Continue'
  8.     Enabled = True
  9.     NoOwnerDraw = False
  10.   end
  11.   object SkipBtn: INVButton
  12.     Caption = 'Skip'
  13.     Enabled = True
  14.     NoOwnerDraw = False
  15.   end
  16.   object AbortBtn: INVButton
  17.     Caption = 'Abort'
  18.     Enabled = True
  19.     NoOwnerDraw = False
  20.   end
  21.   object Label1: INVLabel
  22.     Caption = 'in which situation did the error occur?'
  23.     Enabled = True
  24.     Spacing = 0
  25.   end
  26.   object DetailsMemo: INVEdit
  27.     Enabled = True
  28.     Lines = 9
  29.     Optional = False
  30.     OutputName = 'error details'
  31.     OutputType = nvoOwnSection
  32.     Spacing = 0
  33.     Text = ''
  34.   end
  35. end
  36.